home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / paket61.zip / PK-88@.EXE / PK-88.HLP < prev   
Text File  |  1994-08-15  |  83KB  |  1,953 lines

  1. Command Reference for the PK-88 (firmware to 08/91)  PK-88.HLP v1.0
  2. ═COMMAND═════ARG══════DEFAULT═══════════DESCRIPTION═══
  3. *
  4. * This file was created for use with the paKet (c)1989 program only.
  5. * By G6FCL Based on 26th Aug 1991 firware - So blame me if it's wrong!
  6. * The first two lines must remain in this file as is. They are used
  7. * by the program for the headings on the display window.
  8. * The first describes the type of TNC this file is set up for and
  9. * is displayed on the bottom of the TNC help window.
  10. * The second is the headings for the TNC help window and this line
  11. * should line up with the "header" data in this file.
  12. *
  13. * Each help item starts with its "header" which is identified by
  14. * the "@" in the first column. This is then followed by a variable
  15. * number of lines of detailed help for that item.
  16. *
  17. * Any line in this file beginning with an "*" is treated as a comment
  18. * and is ignored by the paKet program.
  19. *
  20. *UPPERCASE CHARACTERS are minimum that will be correctly parsed by the
  21. *PK-88
  22. *
  23. * 1.0 contains upgrades for PK-88 firmware to 08/91
  24. ****************************************************************************
  25. @3Rdparty     ON|OFF    OFF     Allow Mailbox messages for 3rd parties
  26.  
  27. Parameters:
  28.       ON  - The mailbox will handle 3rd party traffic
  29.       OFF - This feature is disabled.
  30.  
  31. Unless this feature is ON, callers may leave messages only to you, as
  32. specified in MYCALL.
  33. ****************************************************************************
  34. @8Bitconv     ON|OFF    OFF     Pass or strip high bit in CONV mode.
  35.  
  36. Parameters:
  37.       ON  - High order bit is not stripped in Converse Mode.
  38.       OFF - High order bit is stripped in Converse Mode.
  39.  
  40. This enables transmission of 8 bit data while in Converse mode.
  41.  
  42. If you want to transmit 8 bit data, but don't want all the features of
  43. transparent mode, you should set 8BITCONV ON and AWLEN 8.
  44. ****************************************************************************
  45. @ACKprior     ON|OFF    OFF     Priority Acknowledgement feature
  46.  
  47. Parameters:
  48.       ON  - Priority Acknowledgement feature is enabled
  49.       OFF - This feature is disabled.
  50.  
  51. This feature, first described by Eric N7CL, is intended to improve
  52. performance on VHF simplex channels by giving priority to data ACKs while
  53. holding data and poll bits long enough to prevent collisions with the ACK.
  54. The following are recommended settings for Priority Acknowledgement in a
  55. P-persistence system for either VHF or HF packet:
  56.      ACKPRIOR        VHF:     ON            HF:         ON
  57.      PPERSIST                 ON                        ON
  58.      PERSIST                  63                        63
  59.      SLOTTIME                 30                        12
  60.      RESPTIME                  0                         0
  61.      MAXFRAME                  1-7 depending on          1
  62.                                    channel quality
  63.      FRACK                     3                         8
  64. ****************************************************************************
  65. @ACRDisp 'n'  0-255     80      Set the screen or printer width.
  66.  
  67. Parameters:
  68.       'n' - Specifies the screen or printer width and may be 0 to 255.
  69.  
  70. If 'n' is 0, the function is disabled. Some computers or terminals perform
  71. their own formatting, so you should set ACRDISP to 0 in this case.
  72.  
  73. The PK-88 sends <CR><LF> at the end of each line in Converse and in
  74. Command modes after 'n' characters have been sent.
  75.  
  76. When in Morse Mode, received data will be word wrapped by the PK-88 in a
  77. similar manner to paKet's Transmit Word Wrap mode. It will word wrap at
  78. the first space up to 12 columns less than the ACRDISP value.
  79.  
  80. While using paKet, you can set ACRDISP 0 unless you want the Morse word
  81. wrap.
  82. ****************************************************************************
  83. @ACRPack      ON|OFF    ON      The <SENDPAC> char is included in packets
  84.  
  85. Parameters:
  86.       ON  - The <SENDPAC> character is included at the end of all
  87.             packets sent in Converse Mode.
  88.       OFF - The <SENDPAC> character is not added to the end of a
  89.             packet.
  90.  
  91. The SENDPAC command defines the <SENDPAC> character and is usually a
  92. Carriage Return <CR>.
  93.  
  94. For normal usage set ACRPACK ON and SENDPAC $0D.
  95.  
  96. If the other station reports overprinting, set ALFPACK ON or ask the other
  97. station to set ALFDISP ON.
  98. ****************************************************************************
  99. @AFilter      ON|OFF     OFF     ASCII filter for all Modes
  100.  
  101. Parameters:
  102.       ON  - The ASCII characters specified in MFILTER are never sent
  103.             by the PK-88 to paKet.
  104.       OFF - The characters in MFILTER are only filtered from
  105.             Monitored packets.
  106.  
  107. This feature is designed for some terminals which perform some
  108. special functions such as "clear screen" for various ASCII characters
  109. and which you may not want sent by the PK-88.
  110.  
  111. paKet, however, is well behaved and does not need AFILTER ON. For
  112. binary file transfers it is important to leave AFILTER OFF otherwise
  113. some data may be "filtered" out causing invalid results.
  114.  
  115. For paKet, leave AFILTER OFF.
  116. ****************************************************************************
  117. @ALFDisp      ON|OFF    ON      Send <LF> to terminal after each <CR>
  118.  
  119. Parameters:
  120.       ON  - A linefeed is sent to the terminal after each carriage
  121.             return. Any line feed characters received are ignored.
  122.       OFF - A linefeed is not sent after each carriage return.
  123.  
  124. Note, if ALFDISP is ON, a <LF> will be added only if needed. That is, if a
  125. <LF> was received immediately before or after a <CR>, the PK-88 will not
  126. add another one.
  127.  
  128. This command only affects what is displayed, not the data sent in any
  129. mode. If needed, add <LF> characters to outgoing packets with the command
  130. ALFPACK.
  131.  
  132. The easiest way to see which setting you should use, is to set ALFDISP ON
  133. if the PK-88's sign on message lines are overtyped. Otherwise, set
  134. ALFDISP OFF.
  135. ****************************************************************************
  136. @ALFPack      ON|OFF    OFF     Add <LF> to outgoing packets
  137.  
  138. Parameters:
  139.       ON  - A <LF> is added to outgoing packets in Converse mode
  140.             following each <CR> in the packet.
  141.       OFF - A <LF> is not added to outgoing packets.
  142.  
  143. If the other station's packets are overprinting, you could set ALFPACK ON.
  144. ****************************************************************************
  145. @AXDelay 'n'  0-120     0       Specify the delay from PTT to AFSK tones
  146.  
  147. Parameters:
  148.       'n' - Specifies the delay in 10 ms intervals between the PTT going
  149.             active and the start of the transmit AFSK tones.
  150.  
  151. On HF when a power amp is used, arcing of relay contacts may occur if the
  152. drive to the amp is applied before the contacts have closed. Also on VHF
  153. or UHF FM, some transceivers may produce spurious emissions if audio is
  154. applied at the same time as PTT.
  155.  
  156. AUDELAY must always be less than TXDELAY. The recommended setting is at
  157. least 10 lower than the TXDELAY setting.
  158. ****************************************************************************
  159. @AWlen 'n'    7|8       7       Number of data bits per word.
  160.  
  161. Parameters:
  162.       'n' - 7 or 8 specifies the number of data bits per word.
  163.  
  164. This value defines the word length used by the serial I/O port.
  165.  
  166. AWLEN 8 and PARITY 0 is the required setting for paKet.
  167.  
  168. To send and receive, retaining all 8 data bits, you should use Transparent
  169. mode (which uses all 8 data bits) or set AWLEN 8. This is for the
  170. transmission of executable or special binary files.
  171.  
  172. paKet provides several Binary File transfer protocols which automatically
  173. switche into Transparent mode for the file transfer, so if you use the
  174. Binary Send or Receive options, you would not normally need to concern
  175. yourself with this command.
  176. ****************************************************************************
  177. @Ax25l2v2     ON|OFF    ON      Select level 1 or 2 of AX25 protocol.
  178.  
  179. Parameters:
  180.       ON  - Select level 2 version 2.0 of AX25 protocol.
  181.       OFF - Select level 2 version 1.0 of AX25 protocol.
  182.  
  183. Version 1.0 was only implemented to allow correct digipeating from early
  184. TNC1's of version 2.0 AX25 packets.
  185.  
  186. You would normally set AX25L2V2 ON, which is the default setting.
  187. ****************************************************************************
  188. @AXDelay 'n'  0-180     0       Extra keyup delay (n*0.1 sec).
  189.  
  190. Parameters:
  191.       'n' - 0 to 180 specifies the voice repeater keyup delay in 10ms
  192.             increments.
  193.  
  194. This value specifies the time the PK-88 is to wait, in addition to the
  195. normal TXDELAY, after keying the transmitter before data is sent.
  196.  
  197. This command acts in conjunction with the AXHANG command.
  198.  
  199. Some other TNCs implement this command in 100ms increments.
  200. ****************************************************************************
  201. @AXHang 'n'   0-20      0       Voice Repeater hang time
  202.  
  203. Parameters:
  204.       'n' - 0 to 20 specifies the voice repeater hang time in 100ms
  205.             increments.
  206.  
  207.  
  208. This allows for more efficient channel usage if the repeater has a longer
  209. hang or tail than 100ms.
  210.  
  211. If the packet controller has heard a packet sent within the hang period,
  212. it will not add the extra delay of AXDELAY to the keyup time.
  213. ****************************************************************************
  214. @BBSmsgs      ON|OFF      OFF     Use TAPR style status messages
  215.  
  216. Parameters:
  217.       ON  - Makes PK-88 status messages look like the TAPR-style
  218.             output.
  219.       OFF - "Normal" PK-88 style status messages.
  220.  
  221. With BBS ON, the following "normal" PK-88 messages are suppressed:
  222.      No "(parm) now (value)"
  223.      Connect messages: No "; v2; 1 unACKed"
  224.      No "xxx in progress: (dest) via (digis)"
  225.      No space after comma in digipeater lists
  226.      "VIA" in upper case
  227.      If MRPT ON, digi paths are displayed in TAPR format.
  228. With BBS ON the following status messages are deleted or changed:
  229.      No "*** connect request:" and no "*** retry count exceeded"
  230.      No "(parm) was (value)" and no "(callsign) busy" message.
  231.      Sends <CR> before all other "***"
  232. Some users prefer BBS ON to avoid "Connect request" during Binary transfers.
  233. ****************************************************************************
  234. @Beacon E/A   0-250     E0      Send beacon EVERY/AFTER (n*10 sec).
  235.  
  236. Parameters:
  237.       Every n - Sends beacon text every "n*10" seconds.
  238.       After n - Sends beacon text once after "n*10" seconds has passed
  239.                 without packet activity.
  240.            'n'- 0 to 250. If n=0, Beacons are disabled.
  241.  
  242. A Beacon contains the text you have entered into the BTEXT command, and is
  243. sent to the address you have in the UNPROTO command (usually "CQ")
  244.  
  245. The AFTER command can be used to send messages or announcements only when
  246. packet stations are on the air and active.
  247.  
  248. The PK-88 will send you warning messages if you set the Beacon Every
  249. value to anything less than 90.
  250.  
  251. Example:
  252.        BEACON E 180     will send the BTEXT message every half hour
  253. ****************************************************************************
  254. @BKondel      ON|OFF    ON      Define how <BACKSPACE> is handled
  255.  
  256. Parameters:
  257.       ON  - <BACKSPACE><SPACE><BACKSPACE> is echoed when a character
  258.             is deleted.
  259.       OFF - <BACKSLASH>("\") is echoed when a character is deleted.
  260.  
  261. This command would usually be set ON when running paKet
  262.  
  263. It works in both command and converse modes.
  264.  
  265. ****************************************************************************
  266. @BText        text      blank   Text  sent as a beacon (0-120 char).
  267.  
  268. Parameters:
  269.       text - Any normal text message of up to 120 characters and spaces.
  270.  
  271. BTEXT defines the text sent by the BEACON.
  272.  
  273. Multiple line messages can be sent by including the <PASS> character and
  274. <CR> character in the text at the end of each line. More than 120
  275. characters causes an error message and the command will be ignored.
  276.  
  277. Use a "%", "&", "N", "NO", "NONE", or "OFF" as the first characters in the
  278. text to clear the BTEXT text.
  279.  
  280. See also the BEACON and PASS commands.
  281. ****************************************************************************
  282. @CALibrate    Immediate Cmd     Calibrate the PK-88's modem.
  283.  
  284. Parameters:
  285.       No parameters used on the command line, however when in
  286.       Calibrate mode the following commands are available:
  287.         <SPACE> Switch transmit audio to the other tone.
  288.            K    Toggle PTT line on/off.
  289.            D    Alternately pulse both tones.
  290.            Q    Quit calibration mode.
  291.  
  292. This command can be activated at any time without altering the current
  293. link state, although during Calibration, the TNC will not communicate with
  294. the "outside world".
  295. ****************************************************************************
  296. @CANline 'n'  0-$7F     $18(^X) Sets character for Cancel-line command.
  297.  
  298. Parameters:
  299.       n = 0 to 127 specifies the ASCII character used to cancel an input
  300.           line.
  301.  
  302. It can be entered in Hex or Decimal values such as CANLINE $18 or CANLINE
  303. 24.
  304.  
  305. You can only cancel the line you are currently typing as once a <CR> has
  306. been entered you cannot cancel the line. To cancel more than a line use
  307. CANPAC.
  308. ****************************************************************************
  309. @CANPac 'n'   0-$7F     $19(^Y) Sets character for Cancel-packet cmd.
  310.  
  311. Parameters:
  312.       n = 0 to 127 specifies the ASCII character used to cancel a packet.
  313.  
  314. This is the ASCII character code of the key you want to press to cancel a
  315. packet while typing it in edit mode. It cannot be canceled after the <CR>
  316. has been sent or after PACTIME has elapsed if this is enabled.
  317.  
  318. If used in the Command mode it stops all response from the PK-88. Typed
  319. again restores responses from the PK-88.
  320.  
  321. If you are in Converse or Transparent mode, you must exit to Command mode,
  322. then type the CANPAC character.
  323. ****************************************************************************
  324. @CASedisp 'n' 0-2       0       Specify case of received data
  325.  
  326. Parameters:
  327.       0 - "As is". That is characters are not changed.
  328.       1 - "Lower". Characters are displayed in lower case only.
  329.       2 - "Upper". Characters are displayed in upper case only.
  330.  
  331. This function is provided in case (ahem!) the user's terminal program
  332. requires it.
  333.  
  334. paKet handles both upper and lower case so you should set CASDISP 0.
  335. ****************************************************************************
  336. @CBell        ON|OFF    OFF     Enable/Disable connect bell.
  337.  
  338. Parameters:
  339.       ON  - Three <BELL> characters are sent to paKet with the
  340.             "*** CONNECTED or DISCONNECTED" message.
  341.       OFF - No bell character is included with connect message.
  342.  
  343. This is mainly used to attract attention to a connect from another station
  344. if you are not in the immediate vicinity.
  345.  
  346. If CBELL is ON and MFILTER contains the bell character ($07), the computer
  347. will beep only when there is a connection for you. At no other time will
  348. the PK-88 send a beep while in packet mode.
  349. ****************************************************************************
  350. @CFrom        text     ALL     Specify response to CONNECT requests
  351. Modes:      Packet
  352.  
  353. Parameters:
  354.       ALL        - Accept all connect requests.
  355.       NONE       - Reject all connect requests.
  356.       YES 'list' - Accept connect requests from stations in the list.
  357.       NO 'list'  - Reject connect requests from stations in the list.
  358.  
  359. Example:
  360.       CF YES VK2DHU,WA2ABC      Allow connects from only these two
  361.                                 stations
  362.       CF NO VK2DHU              Allow connects from all but VK2DHU
  363.       CF ALL                    Allow connects from everyone.
  364.  
  365. The PK-88 will send a DM packet if a call is rejected (the calling
  366. station will get a "busy" message), and paKet will display:
  367.       "*** Connect request: VK2XYZ"
  368. ****************************************************************************
  369. @CHCall       ON|OFF    OFF     Display callsign in multiple connects
  370.  
  371. Parameters:
  372.       ON  - Call sign of the other station is displayed in multiple
  373.             connection operation.
  374.       OFF - Call sign of the other station is not displayed.
  375.  
  376. This function displays the call sign of the other station after the
  377. channel identifier.
  378.  
  379. This is similar to the use of MRPT to show digipeat paths when monitoring
  380. the channel.
  381.  
  382. For paKet, please leave this option OFF.   paKet has a separate window for
  383. each stream and the window will display the call sign of the connected
  384. station. Setting the option on will interfere with this processing.
  385.  
  386. Note, some releases of the PK-88 firmware have a bug where an
  387. additional ":" is sent even where CHCALL is OFF. This bug will cause
  388. that character to appear in your Communications Window whenever the
  389. TNC detects a change of stream. It is not a big problem in practice,
  390. so long as you know what is causing it!
  391. ****************************************************************************
  392. @CHDouble     ON|OFF    OFF     Display CHSWITCH character twice
  393.  
  394. Parameters:
  395.       ON  - Received <CHSWITCH> characters appear twice (doubled).
  396.       OFF - Received <CHSWITCH> characters appear once (not doubled).
  397.  
  398. It is RECOMMENDED you set this option ON and configure paKet
  399. accordingly.
  400.  
  401. You might want to set CHDOUBLE ON to tell the difference between CHSWITCH
  402. characters received from other stations and those generated by the PK-88.
  403.  
  404. It is important to note that paKet needs to know how this option is set in
  405. your TNC. There is an option in the Configuration Window for the Multi
  406. User options, to tell paKet how to process the <CHSWITCH> character. If
  407. you set CHDOUBLE ON in the TNC, you must also set the option on in
  408. paKet. This is especially important for binary file transfers.
  409. ****************************************************************************
  410. @CHeck 'n'    0-250     30      Connection timeout value (n*10 sec).
  411.  
  412. Parameters:
  413.      n - 0 to 250 specifies the check time in 10 second intervals.
  414.          0 disables this feature.
  415.  
  416. After the elapsed time with no packets your TNC will take action to
  417. avoid remaining in the "connected" state indefinitely.
  418.  
  419. If AX25L2V2 is ON, it will initiate a check to see if the link is
  420. still good. If no acknowledgment is received after all retries a
  421. disconnect sequence will be initiated.
  422.  
  423. If AX25L2V2 is OFF a disconnect sequence will be initiated without
  424. checking for link still good.
  425. ****************************************************************************
  426. @CHSwitch 'n' 0-255     0       The character used to change channels
  427.  
  428. Parameters:
  429.       'n' - 0 to 255 specifies the ASCII character used to change to
  430.             another connection channel.
  431.  
  432. You must be in Command mode to change channels.
  433.  
  434. It is suggested you use the "|" ($7C) character as the CHSWITCH character
  435. as this is the default character used on many other TNCs.
  436.  
  437. If you change this parameter, you must also change that character in
  438. paKet's Multi User Configuration window.
  439.  
  440. CHSWITCH is equivalent to STREAMSW on some other systems.
  441. ****************************************************************************
  442. @CMdtime 'n'  0-250     10      Set Transparent mode timeout.
  443.  
  444. Parameters:
  445.       'n' - 0 to 250 specifies the timeout value in 100ms intervals
  446.             while in Transparent mode.
  447.  
  448. Care - if 'n' is 0, exit from Transparent mode requires the BREAK signal
  449. or interruption of power to the PK-88.
  450.  
  451. To exit Transparent mode, wait for 'n*100' milliseconds, then enter three
  452. COMMAND characters (default <Ctrl-C>) less than 'n*100' milliseconds apart.
  453.  
  454. So, for the default of CM 10, wait for one second then type three
  455. <Ctrl-C>s within one second to exit Transparent Mode.
  456.  
  457. While running paKet, please leave CMDTIME at its default setting.
  458. ****************************************************************************
  459. @CMSg         ON|OFF    OFF     Enable/Disable connect message.
  460.  
  461. Parameters:
  462.       ON  - A text message is sent as first packet after connect is made.
  463.       OFF - The text message is not sent.
  464.  
  465. The text of the message is contained in CTEXT and is sent after a
  466. connection is made to you by another station.
  467.  
  468. This function might be useful if you leave your system running but are
  469. unavailable to answer the connect request manually.
  470.  
  471. It is recommended you leave CMSG ON and change the contents of CTEXT
  472. to reflect the state of your system. This is easily accomplished by
  473. specifying an appropriate CTEXT message in both the Begin and End
  474. Auto commands. (via the Configuration Window options).
  475. ****************************************************************************
  476. @COMmand 'n'  0-$7F     $03<^C> Set the COMMAND mode entry character.
  477.  
  478. Parameters:
  479.       'n' - 0 to 127 specifies the ASCII character used to enter Command
  480.             mode.
  481.  
  482. The COMMAND mode entry character is the character you type to enter
  483. Command mode from Converse mode.
  484.  
  485. The character can be entered in either Hexadecimal or Decimal form.
  486. Eg: $7F or 127.
  487.  
  488. For paKet please leave this set to the default of 3, which is equivalent
  489. to <Ctrl-C>. When using Binary File transfers, paKet needs to enter
  490. Transparent mode and it may send <Ctrl-C>s to return to Command mode on
  491. completion of the file transfer.
  492. ****************************************************************************
  493. @CONMode      CONV|TR  CONM    Sets mode on connect.
  494.  
  495. Parameters:
  496.       CONVERS - The PK-88 automatically enters Converse mode on
  497.                 connect.
  498.  
  499.       TRANS   - The PK-88 automatically enters Transparent mode on
  500.                 connect.
  501.  
  502. The connection may be the result of a radio connection request from
  503. another station or your own "Connect" command.
  504.  
  505. If the PK-88 is already in Converse or Transparent mode when the
  506. connection is made it will not change.
  507.  
  508. The NEWMODE command specifies the mode selected by the PK-88 on
  509. disconnect.
  510. ****************************************************************************
  511. @Connect      CALL  Immediate Cmd     Connect to another station's
  512.  
  513. Parameters:
  514.      'call'- may be a single call sign or multiple call signs via
  515.              digipeaters.
  516.  
  517. Example:
  518.       C VK7ABC               Attempt a direct connection to VK7ABC
  519.       C VK7ABC VIA VK7RPT    Attempt a connection to VK7ABC via a
  520.                              digipeater (VK7RPT).
  521.       C VK7ABC V VK7RPT,VK3XX-1,VK3ZZZ
  522.                              Attempt a connection to VK7ABC via 3
  523.                              digipeaters.
  524.  
  525. Type the digipeaters in the sequence you wish to use to route your packets.
  526. An error message is returned and the command is aborted if:
  527.    - no response after RETRY attempts, or
  528.    - the other TNC is already connected, or
  529.    - the other TNC is attempting a connect, or a disconnect.
  530. ****************************************************************************
  531. @CONOk        ON|OFF    ON      Allow connections to your TNC.
  532.  
  533. Parameters:
  534.       ON  - Connect requests from other stations will be accepted if
  535.             CFROM is set to ALL.
  536.       OFF - Connect request from other station will be rejected if
  537.             CFROM is set to ALL or NONE.
  538.  
  539. The rejected connect request will result in the other station having the
  540. "*** (yourcall) station busy" message displayed on his screen.
  541.  
  542. On the PK-88, the command CFROM is more versatile and should be used
  543. instead of CONOK. However this command is included in the PK-88 to
  544. maintain upward compatibility with the TAPR TNCs.
  545. ****************************************************************************
  546. @CONPerm      ON|OFF    OFF     Temporary or permanent connection.
  547.  
  548. Parameters:
  549.       ON  - The current connect on the current channel will not
  550.             disconnect.
  551.       OFF - Normal operation of connects and disconnects.
  552.  
  553. This command only takes effect after connect is established. It functions
  554. on a channel by channel basis when multiple connections are allowed. The
  555. connection will be re-established if RETRY is exceeded.
  556.  
  557. The CONPERM condition remains even after RESTART or power on/off.
  558. ****************************************************************************
  559. @CONStamp     ON|OFF    OFF     Date/time stamp Connect message.
  560.  
  561. Parameters:
  562.       ON  - Connect status messages are time stamped.
  563.       OFF - Connect status messages are not time stamped.
  564.  
  565. The DAYTIME command is used to set the date and time. (paKet will
  566. automatically set this parameter in the PK-88 when the program is
  567. started, using the computer's date and time).
  568.  
  569. Example:
  570.       If CONSTAMP is ON the connect message might appear as follows:
  571.            cmd:C VK2DHU
  572.            cmd:20:29:31 *** CONNECTED to VK2DHU
  573. ****************************************************************************
  574. @CONVers      Immediate Cmd     Enter CONVERSE mode
  575.  
  576. Parameters:
  577.       None
  578.  
  579. This is an immediate command to enter the converse mode from command mode.
  580.  
  581. Single key operation of this command is "K".
  582.  
  583. ****************************************************************************
  584. @CPactime     ON|OFF    OFF     CONVERS mode timed packet dispatch.
  585.  
  586. Parameters:
  587.       ON  - Packet timeout is used in Converse mode.
  588.       OFF - Packet timeout is not used. In this case the <SENDPAC>
  589.             character (usually a <CR> sends the packet.
  590.  
  591. If CPACTIME is ON, any characters which have been input will be packetised
  592. and sent after PACTIME has elapsed since the last frame was transmitted .
  593. This allows automatic periodic sending of packets in converse mode,
  594. similar to full break-in CW.
  595.  
  596. It is recommended, however, that paKet's Type Ahead window be used
  597. instead of CPACTIME to allow communication without the delays while
  598. long packets are being typed.
  599.  
  600. You should set ACRPACK OFF in this mode - when ACRPACK is ON the
  601. send-packet character is inserted in the data even though it was not
  602. typed.
  603. ****************************************************************************
  604. @CStatus 'S'  Immediate Cmd     Display status of all channels.
  605.  
  606. Parameters:
  607.       'S' - This parameter is optional. If used a Short Status is
  608.             displayed, showing only those channels which are connected or
  609.             which are the current input or output channel.
  610.  
  611. This is an immediate command to show the link status of all ten channels
  612. and whether or not CONPERM is active on any channel.
  613.  
  614. It will also show which channel is currently in use.
  615. ****************************************************************************
  616. @CText        text      blank   Automatic answer message
  617.  
  618. Parameters:
  619.       text - Any combination of characters and spaces (up to a
  620.              maximum of 120 characters).
  621.  
  622. If CMSG is ON, the CTEXT message is sent as soon as another station
  623. connects to your station.
  624.  
  625. Multiple line messages may be sent if the PASS (Ctrl/V) and <CR> is used
  626. at end of line.
  627.  
  628. To clear the CTEXT buffer without issuing a RESET command, use '%', '&',
  629. 'N', 'NO', 'NONE, or 'OFF' as the first character.
  630. ****************************************************************************
  631. @CUstom       'nnnn'    $0A15   Allow special customising of the PK-88
  632.  
  633.  See UBIT also
  634.  
  635. Parameters:
  636.       'nnnn' - Specifies options for the PK-88 with one bit for each
  637.                option as follows:
  638.  
  639. Bit  Hex  Def  Description of default setting (and alternative)
  640.  0  $0001  1   Discard a packet if DCD not lit (or ignore Threshold setting)
  641.  1  $0002  0   Setting MONITOR ON results in MONITOR 4 (or MONITOR 6)
  642.  2  $0004  1   An RS-232 break puts PK-88 into Cmd mode (or has no effect)
  643.  3  $0008  0   Channels are numbered 0-9 (or A-J).
  644.  4  $0010  *   Not used on PK-88
  645.  5  $0020  0   Power up in Command mode (or stay in last mode)
  646.  6  $0040  0   Monitoring is disabled (or enabled) in Transparent mode.
  647.  7  $0080  *   Not used on PK-88
  648.  8  $0100  *   Not used on PK-88
  649.  9  $0200  *   Not used on PK-88
  650. 10  $0400  *   Not used on PK-88
  651. 11  $0800  *   Not used on PK-88
  652. 12  $0800  *   Not used on PK-88
  653. 13  $2000  0   If set to 1 MailDrop dialog shown only if MDMON set ON
  654. 14  $4000  0   Set to 0 all TNC's buffer free, 1 only 7 frames buffer
  655. 15  --------   Unused at present time
  656.  
  657.    Note: CUSTOM 14 must be set to 1 and not default for paKet's pP and YAPP
  658.          transfers to be a success on long files.
  659.  
  660.          CU Y or CU ON returns all values to the default settings
  661. ****************************************************************************
  662. @DAytime      'date/time'       Set or display PK-88's date and time
  663.  
  664. Parameters:
  665.       'date/time' - This should be the current date and time in the
  666.                     format: "YYMMDDHHMMSS".
  667.  
  668. You may enter separators such as <SPACE>, '/', ':', or ';' between each
  669. two character group and they must have a leading zero if the value is from
  670. 0-9. The hours digits must be in the 24hr format and the year is the last
  671. two digits.
  672.  
  673. paKet will generate this command for you automatically when the program
  674. starts.
  675.  
  676. When the date and time are entered correctly, the PK-88 will echo the new
  677. setting and if no 'date/time' is entered, the current setting is displayed.
  678.  
  679. The PK-88's clock is used by CONSTAMP, MSTAMP, MHEARD commands.
  680. ****************************************************************************
  681. @DAYStamp     ON|OFF    OFF     Activate date stamping
  682.  
  683. Parameters:
  684.       ON  - The date is included in CONSTAMP and MSTAMP
  685.       OFF - Only the time is included in CONSTAMP and MSTAMP
  686.  
  687. This command would normally be used only for Packet operations.
  688.  
  689. It could be useful to set DAYSTAMP ON if you are using your paKet log
  690. file. You might find the log more meaningful when reviewing it later if it
  691. includes the date as well as the time.
  692. ****************************************************************************
  693. @DCdconn      ON|OFF    OFF     Control DCD line from PK-88
  694.  
  695. Parameters:
  696.       ON  - RS-232 cable pin 8 (DCD) follows state of CON LED
  697.       OFF - RS-232 cable pin 8 (DCD) is permanently high
  698.  
  699. It is suggested you set DCDCONN ON, although paKet will run quite happily
  700. either way.
  701.  
  702. paKet displays the relevant RS-232 line signals (including DCD) in the
  703. Status Window if you have selected Hardware Handshaking. So with
  704. DCDCONN ON, the DCD "light" on your screen will reflect the PK-88's
  705. current connect status. That is, the DCD "light" will come on when
  706. you are connected to another station.
  707.  
  708. This command would apply only to those using the Hardware Handshaking
  709. mode. (This is discussed in the "Configuration" section of the PAKET.DOC
  710. file).
  711. ****************************************************************************
  712. @DELete       ON|OFF    OFF     Delete character <BACKSPACE> or <DEL>
  713.  
  714. Parameters:
  715.       ON  - The delete character for editing input is <DEL> ($7F).
  716.       OFF - The delete character is <BACKSPACE> ($08).
  717.  
  718. paKet works better with DELETE OFF.
  719.  
  720. You cannot delete past the beginning of a line.
  721.  
  722. How the TNC indicates deletion is controlled by BKONDEL.
  723.  
  724. To see a corrected display of a line after you have deleted characters,
  725. type the REDISPLA character (default Ctrl-R).
  726. ****************************************************************************
  727. @DFrom        'text'    ALL     Allow stations to digipeat
  728.  
  729. Parameters
  730.       ALL        - Allow all stations to use your station as a
  731.                    digipeater.
  732.       NONE       - Prevent all stations from using your station as a
  733.                    digipeater.
  734.       YES 'list' - Allow specified stations to use your station as a
  735.                    digipeater.
  736.       NO 'list'  - Prevent specified stations from using your station
  737.                    as a digipeater.
  738.  
  739. Example:
  740.       DF YES VK2DHU,WA2ABC      Allow only these two stations to
  741.                                 digipeat through your station
  742.       DF NO VK2DHU              Prevent VK2DHU digipeating through
  743.                                 your station.
  744.       DF ALL                    Allow anyone to digipeat through your
  745.                                 station.
  746. ****************************************************************************
  747. @DIGipeat     ON|OFF    ON      Enable/disable digipeating through you.
  748.  
  749. Parameters:
  750.       ON  - The PK-88 will digipeat other packets if DFROM is ALL
  751.       OFF - The PK-88 will not digipeat other packets if DFROM is
  752.             set to ALL or NONE.
  753.  
  754. This command is included only for compatibility with TAPR TNCs.
  755.  
  756. The DFROM command is more versatile.
  757.  
  758. Digipeating takes place concurrently with other TNC operations and doesn't
  759. interfere with normal connections you may be having with other stations.
  760.  
  761. HID enables automatic identification of your station if acting as a
  762. digipeater while unattended.
  763. ****************************************************************************
  764. @Disconne     Immediate Cmd     Disconnect from other station
  765.  
  766. Parameters:
  767.       None
  768.  
  769. This is an immediate command to initiate a disconnect command to the other
  770. station.
  771.  
  772. The PK-88 will display  *** DISCONNECTED (call sign) if the disconnect is
  773. successful.
  774.  
  775. Disconnect messages do not appear if the PK-88 is in transparent mode.
  776.  
  777. A new connect from another station is not allowed until the disconnect
  778. process is completed.
  779. ****************************************************************************
  780. @DISPlay      'class'           Display PK-88 settings
  781.  
  782. Parameters:
  783.    none        - Display brief help:("DISPLAY A,B,C,I,L,M,T,Z")
  784.    A(sync)     - Display asynchronous port parameters.
  785.    B(BS)       - Display MailDrop settings
  786.    C(haracter) - Display special characters.
  787.    I(d)        - Display ID parameters.
  788.    L(ink)      - Display link parameters.
  789.    M(onitor)   - Display monitor parameters.
  790.    T(iming)    - Display timing parameters.
  791.    Z  (=ALL)   - Display the entire command/parameter list.
  792.  
  793. Example:
  794.       DISP A          This displays the asynchronous port parameters.
  795.  
  796. The first letter of any of the sub-command parameters is all that is
  797. required.
  798. ****************************************************************************
  799. @DWait 'n'    0-250     16      Delay for digipeaters (n*10 msec).
  800.  
  801. Parameters:
  802.       n = 0 - 250 specifying default wait time in 10 ms intervals.
  803.  
  804. The PK-88 will wait the default time after last hearing a data packet on
  805. the frequency before beginning the keyup sequence. This is used to avoid
  806. collisions with digipeated packets because these aren't retried by the
  807. digipeating station, but must be reinserted in the system by the
  808. originating station.
  809.  
  810. Recommended settings for different types of operation:
  811.             Digipeaters          0   (  0 ms)
  812.             Local keyboards     16   (160 ms) - the default
  813.             BBS, Hosts, etc     32   (320 ms)
  814.             File Transfers      48   (480 ms)
  815.  
  816. There are two parameters in the PAKET.CFG file specifying the DWAIT
  817. settings you want to use for binary File Transfers (48 recommended) and
  818. for normal operation when the File Transfer is completed (16 recommended).
  819. ****************************************************************************
  820. @Echo         ON|OFF    ON      Echo typed characters to screen.
  821.  
  822. Parameters:
  823.       ON  - Characters received from paKet are echoed by the PK-88.
  824.       OFF - Characters are not echoed.
  825.  
  826. When using paKet you should set ECHO OFF.
  827.  
  828. paKet will display the characters you type in a different colour or
  829. intensity to help you distinguish your transmissions from the data
  830. received.
  831.  
  832. If you see two copies of everything you type, you should set ECHO OFF.
  833.  
  834. Local echoing is disabled in transparent mode.
  835. ****************************************************************************
  836. @EScape       ON|OFF    OFF     Display character for <ESCAPE>
  837.  
  838. Parameters:
  839.       ON  - The ESC ($1B) character is output as "$" ($24).
  840.       OFF - The ESC character is output as unchanged.
  841.  
  842. The translation is disabled in transparent mode.
  843.  
  844. See also MFILTER for general character stripping rather than translation.
  845. ****************************************************************************
  846. @Flow         ON|OFF    ON      Stop output from PK-88 while typing.
  847.  
  848. Parameters:
  849.       ON  - Type-in flow control is active.
  850.       OFF - Type-in flow control is disabled.
  851.  
  852. With FLOW ON the PK-88 will hold any received data, if you have started
  853. sending, until you have completed the line you are sending.
  854.  
  855. Type-in flow control is designed to avoid confusing displays where the
  856. PK-88 can send any received data to the display while you are typing
  857. something.
  858.  
  859. This is not a problem if you are using paKet's Type Ahead facility as your
  860. typed data appears in a separate window until it is sent to the PK-88.
  861.  
  862. paKet manages its own flow control so it is recommended you set FLOW OFF.
  863. ****************************************************************************
  864. @FRack 'n'    1-15      3       Time in secs to wait for ACK.
  865.  
  866. Parameters:
  867.       n = 1 to 15 specifying the time the PK-88 will wait for an ACK
  868.           before retrying that frame.
  869.  
  870. If the path includes digipeaters the time is adjusted to allow for the
  871. extra delays. An extra random time is added to avoid collisions.
  872. ****************************************************************************
  873. @FUlldup      ON|OFF    OFF     Select simplex or duplex mode.
  874.  
  875. Parameters:
  876.       ON  - Full Duplex mode is enabled
  877.       OFF - Full Duplex mode is disabled
  878.  
  879. When FULLDUP is OFF the PK-88 uses the DCD signal from the modem to avoid
  880. collisions and acknowledges multiple packets with a single transmission.
  881.  
  882. When ON the PK-88 acknowledges each packet individually.
  883.  
  884. It should not be used unless a full duplex (split frequency or crossband)
  885. link is implemented.
  886. ****************************************************************************
  887. @HBaud 'n'    (baud)    1200    Set the Radio baud rate
  888.  
  889. Parameters:
  890.       baud - specifies the 'on-air' baud rate, and may be 45, 50, 57, 75,
  891.              100, 110, 150, 200, 300, 400, 600, 1200, 2400, 4800 or 9600
  892.              baud.
  893.  
  894. Example:
  895.       HB 110       Specifies a radio baud rate of 110 bps
  896.  
  897. The other station must be using the same speed.
  898.  
  899. Note this need not be the same rate as the terminal baud rate used between
  900. the PK-88 and the computer running paKet.
  901. ****************************************************************************
  902. @HEAderln     ON|OFF    OFF     Header and text on separate/same line.
  903.  
  904. Parameters:
  905.       ON  - The header is displayed on a separate line.
  906.       OFF - The header and text appear on the same line.
  907.  
  908. This is for monitored packets.
  909.  
  910. When HEADERLN is ON all monitored packets have the callsigns etc. on one
  911. line and the text is printed on the next line.
  912.  
  913. paKet does not care which way this is set but if you prefer to have MSTAMP
  914. and/or MRPT on, the header part of the monitored text can be quite long.
  915. In this case it is suggested you set HEADERLN ON to make the data easier
  916. to read.
  917. ****************************************************************************
  918. @Help         Immediate Cmd     Show abbreviated help
  919.  
  920. Parameters:
  921.       None
  922.  
  923. This command displays a list of some commands.
  924.  
  925. However the Online paKet help you are currently viewing in considered much
  926. more useful than the very brief "help" available from the PK-88.
  927. ****************************************************************************
  928. @HId          ON|OFF    OFF     Enable/disable ID every 9.5 mins.
  929.  
  930. Parameters:
  931.       ON  - Enables HDLC identification by a digipeating PK-88.
  932.       OFF - Disables PK-88 identification.
  933.  
  934. The ident is yourcall with 'digipeater' added and is output every 9.5 min.
  935. and addressed to 'ID'.
  936.  
  937. The 9.5 minute timing cannot be changed.
  938. ****************************************************************************
  939. @HOST         "n"       0       Operate PK-88 in Host mode
  940.  
  941. Parameters:
  942.       Bit 0 Controls if HOST mode is ON or OFF (0=HOST MODE OFF)
  943.       Bit 1 If bit equal to 0 Maildrop uses $20 block
  944.       Bit 2 Controls the DSP-2232's extended HOST mode
  945.       Bits 3 - 7 are reserved for future use
  946.  
  947. This mode is used only with a special program written for the PK-88 Host
  948. Mode. In this mode the PK-88 will not send any data to the computer until
  949. requested.
  950.  
  951. The current version of paKet does not use Host Mode.
  952.  
  953. To cancel Host Mode:
  954.    send 3 <Ctrl-C> characters; or
  955.    type <Ctrl-A> O H O N <Ctrl-W>
  956. Turning on the PK-88 or doing a RESTART while in HOST Mode causes the TNC
  957. to issue a RESTART response ($01 $4F R T $00 $17).
  958.  
  959. The PK-88 Technical Manual provides further information on Host Mode.
  960. ****************************************************************************
  961. @Id           Immediate Cmd     Force an ID packet.
  962.  
  963. Parameters:
  964.       None
  965.  
  966. An identification packet is sent only if the PK-88 has transmitted
  967. since the last automatic identification.
  968.  
  969. HID and/or MID must be ON for this packet to be sent.
  970. ****************************************************************************
  971. @ILfpack      ON|OFF    ON      Control handling of <LF>
  972.  
  973. Parameters:
  974.       ON  - The PK-88 ignores all <LF> characters sent by paKet.
  975.       OFF - The PK-88 sends any <LF> sent by paKet.
  976.  
  977. This option would normally be left ON, but you might find it useful to
  978. turn it off if you are sending some computer source code or other
  979. documents where the <LF> characters are required.
  980. ****************************************************************************
  981. @K            Immediate Cmd     Enter CONVERSE mode
  982.  
  983. Parameters:
  984.       None
  985.  
  986. This is an immediate command to enter the converse mode from command
  987. mode.
  988.  
  989. Typing "K" is the same as typing the "CONVERSE" command.
  990.  
  991.  
  992. ****************************************************************************
  993. @KIss          "n"      0      Operate the PK-88 in KISS mode
  994.  
  995.  
  996. Parameters:
  997.       KISS $00 KISS disabled (KISS OFF)
  998.       KISS $01 Standard KISS
  999.       KISS $03 Extended KISS
  1000.       KISS $07 Extended KISS + KISS polling
  1001.       KISS $0B Extended KISS + KISS checksum
  1002.       KISS $0F Extended KISS + KISS polling & checksum
  1003.  
  1004. KISS mode provides a simple protocol for use  with a host computer system.
  1005. It bypasses most of the controls in the PK-88 and allows the host
  1006. computer to control the HDLC frames. It is up to the host computer to take
  1007. care of the protocol details such as AX25 or whatever protocol is desired.
  1008.  
  1009. The most popular KISS Mode application is TCP/IP but this is not currently
  1010. supported by paKet.
  1011.  
  1012. HOST OFF (3 <Ctrl-C>s) will force KISS OFF.
  1013. ****************************************************************************
  1014. @MAIldrop     ON|OFF    OFF     Activate the PK-88's Mailbox
  1015.  
  1016. Parameters:
  1017.       ON  - The PK-88 operates as a personal packet BBS
  1018.       OFF - The PK-88 operates as a normal TNC
  1019.  
  1020. This mailbox facility provides a subset of popular packet BBS commands for
  1021. personal messages. Other stations may connect and leave messages for you
  1022. (and for others if 3RDPARTY ON).It will accept inbound mail forwarding
  1023. from W0RLI/WA7MBL auto-forwarding BBSs but will not forward mail outbound.
  1024.  
  1025. There are 8K bytes of RAM available for mail which may be all in one
  1026. message or up to 15 messages.The STA LED will blink if a message has
  1027. been left for you.
  1028.  
  1029. With MAILDROP ON you may still make outbound connect requests, but
  1030. incoming connects will get the mailbox prompt.
  1031. Refer to the MDCHECK command for details of mailbox commands. Refer also
  1032. to MDMON and MDPROMPT commands.
  1033. ****************************************************************************
  1034. @MAXframe 'n' 1-7       4       Number of outstanding frames allowed.
  1035.  
  1036. Parameters:
  1037.       'n' - 1 to 7. This specifies the maximum number of packets that may
  1038.             be outstanding (unacknowledged) at any one time.
  1039.  
  1040. MAXFRAME also specifies the maximum number of contiguous packets which can
  1041. be sent during a transmission.
  1042.  
  1043. If throughput is low because of heavy traffic or poor propagation, reduce
  1044. MAXFRAME to 2 or 3.
  1045.  
  1046. If you are using HF, reduce MAXFRAME to 1.
  1047.  
  1048. A relationship between this and PACLEN can improve the efficiency of file
  1049. transfers, allowing long bursts on a good link.
  1050. ****************************************************************************
  1051. @MBEll        ON|OFF    OFF     Alert when certain stations are monitored
  1052.  
  1053. Parameters:
  1054.       ON  - Sound 3 bells when specified stations are monitored.
  1055.       OFF - o sound from monitored packets.
  1056.  
  1057. The callsigns that you want to be alerted to are specified in MFROM or
  1058. MTO. Then, when MBELL is ON and any of the specified stations are
  1059. monitored, the bells will ring.
  1060.  
  1061. Example:
  1062.       these commands will cause the bells to ring when VK2DHU transmits on
  1063.       the channel:
  1064.                   MFROM YES VK2DHU
  1065.                   MTO NONE
  1066.                   MBELL ON
  1067. ****************************************************************************
  1068. @MBx          'call'    (none)  Filter monitored headers/repeated frames
  1069.  
  1070. Parameters:
  1071.       call - This is the callsigns of one or two stations to be monitored.
  1072.       'n'  - 0-15 indicates an optional SSID.
  1073.       ALL  - Filter headers from all monitored packets.
  1074.       NONE - (default) Normal monitor display showing packet headers.
  1075.  
  1076. This command filters the monitored packets from the specified stations and
  1077. displays only the data portion of the messages.
  1078.  
  1079. This feature could be useful for monitoring another station's transfer of
  1080. an ASCII file or messages from a BBS. The data you see will be formatted
  1081. as if you were connected to the BBS yourself. Note however, that your
  1082. PK-88 is not handshaking with the other station, so if your station
  1083. misses a packet for any reason, it will not be resent for you.
  1084.  
  1085. MBX may be cleared with '%', '&', 'N', 'NO', 'NONE', or 'OFF' for 'call'.
  1086.  
  1087. MCON will only work if MBX is set to NONE.
  1088. ****************************************************************************
  1089. @MCon 'n'     0 to 6    0       Monitor other frames while connected.
  1090.  
  1091. Parameters:
  1092.       'n' - specifies various levels of monitoring. These values are the
  1093.             same as for the MONITOR command.
  1094.  
  1095. This is like the MONITOR feature, only MCON determines what is monitored
  1096. while you are connected to another station.
  1097.  
  1098. Even number round table conferences can be had using this command.
  1099.  
  1100. Note: MBX must be set to NONE for MCON to work.
  1101. ****************************************************************************
  1102. @MDCheck      Immediate Cmd     Check your PK-88 Mailbox
  1103.  
  1104. Parameters:
  1105.       none.
  1106.  
  1107. With this command you can logon to your own mailbox just as a calling
  1108. station would, provided MAILDROP is ON and no other station is connected.
  1109.  
  1110. You will see the normal mailbox prompt:
  1111.     [AEA PK-88M] 8151 (B,K,L,R,S) >    (8151 is available RAM)
  1112.  
  1113. which gives the following options:
  1114.       B   BYE   Log off the mailbox
  1115.       K   KILL  Kill or delete messages
  1116.       L   LIST  List the message directory
  1117.       R   READ  Read a specific message
  1118.       S   SEND  Send a message
  1119.  
  1120. Note: only the first letter is significant so SP, ST and SB are the
  1121. same as S.
  1122.  
  1123. You will get a 'What?' error message if MAILDROP is OFF.
  1124. ****************************************************************************
  1125. @MDMon        ON|OFF    ON      Monitor calling station's Mailbox activity
  1126.  
  1127. Parameters:
  1128.       ON  - Monitor the other station's activity on your Mailbox
  1129.       OFF - Normal monitoring.
  1130.  
  1131. If MDMON ON the PK-88 will send to paKet both sides of the mailbox
  1132. QSO. Packet headers are not shown while the other station is connected to
  1133. your mailbox.
  1134. ****************************************************************************
  1135. @MDPrompt     (text)            Mailbox prompt for user's Send command.
  1136.  
  1137. Parameters:
  1138.       text - Up to 80 bytes of text.
  1139.  
  1140. This text is the command line sent to a calling station by the mailbox in
  1141. response to a send command.
  1142.  
  1143. The default string is:
  1144.     "Enter message, ^Z (CTRL-Z) to end"
  1145. ****************************************************************************
  1146. @MDigi        ON|OFF    OFF     Monitor packets using you for digipeat
  1147.  
  1148. Parameters:
  1149.       ON  - Display frames containing your call sign in the digipeater
  1150.             field.
  1151.       OFF - Normal monitoring.
  1152.  
  1153. This command allows you to see who is using your station as a digipeater.
  1154.  
  1155. If you have set your normal monitoring commands for selective monitoring
  1156. you may not see all the activity on the channel. With MDIGI, you can
  1157. include those packets which are being digipeated by your PK-88.
  1158. ****************************************************************************
  1159. @MFIlter 'n'  0-$80     $80     Ignore chars from monitored packets.
  1160.  
  1161. Parameters:
  1162.       'n' - 0 to 128, specifies an ASCII code to be ignored from monitored
  1163.             packets. Up to four codes may be specified.
  1164.  
  1165. Example:
  1166.       MFILTER 7    The PK-88 will ignore the <BELL> character in
  1167.                    monitored packets. (ASCII code 7 is the <BELL>
  1168.                    character).
  1169.  
  1170. The default code of 128 ($80) filters all control characters except <CR>
  1171. and <LF> (and except <TAB> character from 23-FEB-88). It also filters all
  1172. characters over 127 ($7F).
  1173.  
  1174. To clear the list use MFILTER 00.
  1175. ****************************************************************************
  1176. @MFrom        'text'    ALL     Select stations for monitoring
  1177.  
  1178. Parameters:
  1179.       ALL        - Monitor ALL stations.
  1180.       NONE       - Monitoring is disabled.
  1181.       YES 'list' - Monitor ONLY the stations in the list.
  1182.       NO 'list'  - Monitor all stations EXCEPT those in the list.
  1183.  
  1184. Examples:
  1185.       MFROM YES VK2DHU      Monitor only packets from VK2DHU
  1186.       MF NO VK2DHU, VK7XYZ  Do not display packets from VK2DHU or from
  1187.                             VK7XYZ
  1188.  
  1189. See also the MTO command.
  1190. ****************************************************************************
  1191. @MHeard       Immediate Cmd     Display calls heard with date/time.
  1192.  
  1193. Parameters:
  1194.       None
  1195.  
  1196. An immediate command to display the list of calls heard since last time
  1197. the buffer was cleared.
  1198.  
  1199. You can either enter this command at the cmd: prompt or you can
  1200. select Alt-H in paKet to generate the command for you.
  1201.  
  1202. Stations heard directly are marked with an asterisk (*).
  1203.  
  1204. The maximum number of stations monitored in the list is 18 so that only
  1205. the last 18 are displayed.
  1206.  
  1207. The entries are time stamped and if DAYSTAMP is ON the date is shown too.
  1208. ****************************************************************************
  1209. @MId 'n'      0-250     0       Issue periodic Morse ID
  1210.  
  1211. Parameters:
  1212.       'n' - 1 to 250 specifies the morse timing in units of 10 second
  1213.             intervals. 0 disables this function.
  1214.  
  1215. Example:
  1216.       MID 177   Causes automatic generation of Morse ID every 1770
  1217.                 seconds or every 29.5 minutes.
  1218. ****************************************************************************
  1219. @Monitor 'n'  0-6       4       Monitor activity on the channel
  1220.  
  1221. Parameters:
  1222.        0 - Disable monitoring function.
  1223.        1 - Monitor UI frames including beacons and other unconnected
  1224.            transmissions.
  1225.        2 - Monitor I frames which come from connected conversations.
  1226.        3 - Monitor C (connect) and D (disconnect) frames with headers.
  1227.        4 - Monitor UA and DM frames, the acknowledgements of connect and
  1228.            disconnect frames.
  1229.        5 - Monitor RR, RNR, RJ, FRMR, and I frames.
  1230.        6 - Monitor the Poll/Final bit and sequence numbers.
  1231.  
  1232. Each level of monitoring includes the monitoring of all levels with a
  1233. lower value.
  1234.  
  1235. Example:
  1236.        MONITOR 4      Monitors UI, I, C, D, UA and DM frames.
  1237.  
  1238. See also MFROM, MTO and MCON.
  1239. ****************************************************************************
  1240. @MProto       ON|OFF    OFF     Allow monitoring of NET/ROM frames
  1241.  
  1242. Parameters:
  1243.       ON  - Monitor all frames including NET/ROM frames.
  1244.       OFF - Normal monitoring.
  1245. ****************************************************************************
  1246. @MRpt         ON|OFF    ON      Display digipeater path.
  1247.  
  1248. Parameters:
  1249.       ON  - Shows connected station identifiers and digipeating path.
  1250.       OFF - Shows only originator and destination calls.
  1251.  
  1252. The MRPT command determines whether monitored packets are displayed with
  1253. the digipeat path in the header.
  1254.  
  1255. Stations heard directly are shown with an asterisk (*).
  1256. ****************************************************************************
  1257. @MStamp       ON|OFF    OFF     Select time stamping of monitored frames
  1258.  
  1259. Parameters:
  1260.       ON  - Time stamp on monitored frames.
  1261.       OFF - No time stamp on monitored frames.
  1262.  
  1263. If DAYSTAMP is ON the date will also be included with the time stamp.
  1264.  
  1265. You might like to set HEADERLN ON if you are using time stamping because
  1266. of the additional characters in the header.
  1267. ****************************************************************************
  1268. @MTo          'text'    NONE     Select stations for monitoring
  1269.  
  1270. Parameters:
  1271.       ALL        - Monitor packets addressed to ALL stations.
  1272.       NONE       - Do not monitor packets to ANY station.
  1273.       YES 'list' - Monitor ONLY packets addressed to the stations in the
  1274.                    list.
  1275.       NO 'list'  - Monitor all packets EXCEPT those addressed to the
  1276.                    stations in the list.
  1277.  
  1278. Examples:
  1279.       MTO YES VK2DHU          Monitor only packets addressed to VK2DHU
  1280.       MT  NO VK2DHU, VK7XYZ   Do not display packets addressed to VK2DHU
  1281.                               or to VK7XYZ
  1282.  
  1283. This works together with the MFROM command. So if MFROM is set to ALL,
  1284. every packet will be acceptable for monitoring even if MTO is NONE.
  1285. ****************************************************************************
  1286. @MYAlias      call      blank   Alternate station identifier.
  1287.  
  1288. Parameters:
  1289.       call - This is an alternate call sign for use as a digipeater only.
  1290.  
  1291. You must still specify your call sign in the MYCALL command.
  1292.  
  1293. Specify an alternate callsign or sub-station ID. Use of this command
  1294. permits normal HID with MYCALL, but an alternate call for digipeating.
  1295. ****************************************************************************
  1296. @MYcall       call      PK-88  Your station callsign.
  1297.  
  1298. Parameters:
  1299.       'call' - Your call sign. You may also use a substation ID (SSID) if
  1300.                you wish.
  1301.  
  1302. Example:
  1303.       MYCALL VK2DHU       This tells the PK232 your call sign.
  1304.  
  1305. All transmitted packets will include this callsign, and any connect
  1306. requests to this callsign can now be accepted.
  1307.  
  1308. The PK-88 will not operate in Packet mode until you have changed this
  1309. parameter to your own call sign.
  1310. ****************************************************************************
  1311. @NEwmode      ON|OFF    ON      Sets mode on disconnect
  1312.  
  1313. Parameters:
  1314.      ON  - Switch to data transfer mode with CONNECT command;
  1315.            Return to Command mode on disconnect.
  1316.      OFF - Switch to data transfer mode at time of connection;
  1317.            Do not return to Command mode on disconnection.
  1318.  
  1319. If ON the PK-88 will switch to whatever CONMODE is set when the
  1320. connection is started without waiting for the connection to be
  1321. established. If the connection is terminated, or if the request fails, the
  1322. TNC will revert to Command mode.
  1323.  
  1324. If OFF, the PK-88 will remain in Command Mode until the connection is
  1325. established. Then it will switch to the mode specified in CONMODE. The
  1326. PK-88 remains in that mode when the connection is terminated.
  1327.  
  1328. This feature is provided mainly for BBS or host systems.
  1329. ****************************************************************************
  1330. @NOmode       ON|OFF    OFF     Allow/disallow explicit mode change only.
  1331.  
  1332. Parameters:
  1333.       ON  - The NEWMODE function is ignored. The only way to change modes
  1334.             is to type K (or CONV), TRANS, or <Ctrl-C>.
  1335.       OFF - The PK-88 will switch in accordance with the setting of
  1336.             NEWMODE.
  1337. ****************************************************************************
  1338. @NUcr         ON|OFF    OFF     Select send <NULL>s ($00) after a <CR>.
  1339.  
  1340. Parameters:
  1341.       ON  - Send <NULL>s ($00) after a <CR>.
  1342.       OFF - Do not send <NULL>s.
  1343.  
  1344. This command specifies whether or not to send <NULL>s after a <CR> is sent
  1345. to the computer.
  1346.  
  1347. The number of <NULL>s sent is determined by the NULLS command.
  1348.  
  1349. Slower terminals or TTY machines sometimes need a short delay after a <CR>
  1350. in order to give it time to get the carriage back to the left hand column.
  1351. If you were losing some characters at the beginning of a line, you could
  1352. use this feature.
  1353.  
  1354. This is not a problem with paKet and you should set NUCR OFF.
  1355. ****************************************************************************
  1356. @NULf         ON|OFF    OFF     Select send <NULL>s ($00) after a <LF>.
  1357.  
  1358. Parameters:
  1359.       ON  - Send <NULL>s ($00) after a <LF>.
  1360.       OFF - Do not send <NULL>s.
  1361.  
  1362. This command specifies whether or not to send <NULL>s after a <LF> is sent
  1363. to the computer.
  1364.  
  1365. The number of <NULL>s sent is determined by the NULLS command.
  1366.  
  1367. Slower terminals or TTY machines sometimes need a short delay after a <LF>
  1368. in order to give it time to roll the carriage into position for the next
  1369. line. If you were losing some characters at the beginning of a line, you
  1370. could use this feature.
  1371.  
  1372. This is not a problem with paKet and you should set NULF OFF.
  1373. ****************************************************************************
  1374. @NULLs 'n'    0-30      0       Number of nulls to send.
  1375.  
  1376. Parameters:
  1377.       'n' - 0 to 30 specifies the number of <NULL>s to send after a <CR>
  1378.             or <LF>.
  1379.  
  1380. Refer to the NUCR and NULF commands for a discussion on the use of
  1381. <NULL>s.
  1382.  
  1383. paKet does not require <NULL>s so you can leave this parameter set to 0.
  1384. ****************************************************************************
  1385. @PACLen 'n'   0-255     128     Maximum number of Bytes in a data frame.
  1386.  
  1387. Parameters:
  1388.      'n' - 0 to 255 specifies the maximum size of the data portion of a
  1389.            packet.
  1390.       0  - this is equivalent to a maximum packet size of 256.
  1391.  
  1392. In normal CONVERSE mode, a packet will be sent when you press <CR>.
  1393.  
  1394. If you have set Single Line Mode in the Type Ahead window (via the F4
  1395. key) paKet will generate a <CR> at the end of each full line and
  1396. cause the PK-88 to send a packet at the end of that line.
  1397.  
  1398. However a packet is automatically sent by the PK-88 when PACLEN
  1399. characters have been received from the paKet program, so the maximum
  1400. size of any packet is determined by PACLEN. If you wish, you could
  1401. set PACLEN to (say) 20, and the PK-88 would transmit a packet after
  1402. 20 characters are received from the program.  This might be
  1403. appropriate for an HF link in poor conditions because there would be
  1404. greater chance of getting the full packet through without error if it
  1405. is a smaller packet. For good links, a larger packet size is better.
  1406.  
  1407. For Binary File transfers, paKet will adjust PACLEN automatically.
  1408. ****************************************************************************
  1409. @PACTime E|A  0-250     A10     Transparent Mode packet timeout
  1410.  
  1411. Parameters:
  1412.       'n'   - 0 to 250 specifies 100ms intervals
  1413.       Every - Packets are sent EVERY n * 100 ms.
  1414.       After - Packets are sent AFTER n * 100 ms from last entry at keyboard.
  1415.  
  1416. Example:
  1417.       PACT A 25       Send a packet 2.5 seconds after the last character
  1418.                       was received from paKet.
  1419.       PACT E 50       Send a packet every 5 seconds even if data is still
  1420.                       being received from paKet.
  1421.  
  1422. This parameter is always used in Transparent mode and is used in Converse
  1423. mode if CPACTIME is ON. If 'n' is 0, the next packet is sent without any
  1424. wait time, but in no case will a zero length packet be sent. The timer
  1425. only starts when the first character is received.
  1426. ****************************************************************************
  1427. @PARity 'n'   0-3       3       Parity 0=none,1=odd,2=none,3=even.
  1428.  
  1429. Parameters:
  1430.       'n' - 0 to 3 specifies if and how the parity bit is set on data
  1431.             flowing between the PK-88 and the computer.
  1432.  
  1433. In normal CONVERSE mode, any parity bit is stripped.
  1434.  
  1435. In Transparent mode all 8 bits are sent including parity, if any, set.
  1436.  
  1437. If PARITY 0 and AWLEN 7 then the 8th bit is set to 0.
  1438.  
  1439. For paKet please set AWLEN 8 and PARITY 0.
  1440. ****************************************************************************
  1441. @PASs 'n'     0-$7F     $16 ^V  Char to allow any character to be sent.
  1442.  
  1443. Parameters:
  1444.       'n' - 0 to 127 specifies an ASCII code to be used as the PASS
  1445.             character.
  1446.  
  1447. This is the ASCII character code which if inserted in a transmission will
  1448. allow the next following character to be transmitted as is when normally
  1449. it would be interpreted as a command to the TNC. This will allow, for
  1450. example, <CR>s to be embedded in the text as well as other TNC control
  1451. characters, including the <PASS> character itself.
  1452.  
  1453. Example:
  1454.       CTEXT I am here somewhere^V<CR>
  1455.             Give me a minute or two.<CR>
  1456.  
  1457.       If you didn't use the PASS (^V) the <CR> would have been
  1458.       interpreted by the TNC as the end of the CTEXT message. With
  1459.       the PASS character, the TNC simply added the <CR> into the
  1460.       CTEXT message.
  1461. ****************************************************************************
  1462. @PASSAll      ON|OFF    OFF     Accept only valid CRC frames or all.
  1463.  
  1464. Parameters:
  1465.       ON  - The TNC will accept packets with invalid CRC's.
  1466.       OFF - The TNC will only accept packets with valid CRC's.
  1467.  
  1468. This would allow some monitoring of data even on a noisy channel, although
  1469. paKet would then display all the invalid "garbage" received by the PK-88.
  1470.  
  1471. Normally you would have PASSALL OFF to ensure an error free display.
  1472.  
  1473. MHEARD is disabled while PASSALL is ON.
  1474. ****************************************************************************
  1475. @PErsist 'n'  0-255     63      Implement CSMA for KISS and AX.25
  1476.  
  1477. Parameters:
  1478.       'n' - 0 to 255 specifies the threshold for the random number
  1479.             generator. 0 gives a low chance of transmitting every
  1480.             SLOTTIME, while a higher value increases the chance of a
  1481.             packet being sent. 255 means transmit without delay.
  1482.  
  1483. This feature is useful only if other stations are also using PERSIST and
  1484. SLOTTIME and it is designed to reduce the number of "collisions" on the
  1485. air.
  1486.  
  1487. This CSMA method may be selected with the PPERSIST command.
  1488.  
  1489. Refer to the PK-88 Operating Manual for a full discussion on PERSIST and
  1490. SLOTTIME.
  1491. ****************************************************************************
  1492. @PPersist     ON|OFF    ON      Choose CSMA method (PERSIST or DWAIT )
  1493.  
  1494. Parameters:
  1495.       ON  - The PK-88 uses PERSIST and SLOTTIME for CSMA.
  1496.       OFF - The PK-88 uses DWAIT for TAPR-style CSMA operation.
  1497.  
  1498. This parameter would normally be OFF unless you have other stations in
  1499. your area using the PERSIST/SLOTTIME method.
  1500.  
  1501. Refer to the PK-88 Operating Manual for a full discussion on PERSIST and
  1502. SLOTTIME.
  1503. ****************************************************************************
  1504. @REDispla 'n' 0-$7f     $12(^R) Specify ASCII character for <REDISPLAY>
  1505.  
  1506. Parameters:
  1507.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1508.             <REDISPLAY> character.
  1509.  
  1510. The <REDISPLAY> character will re-display and allow editing of the current
  1511. input line.
  1512.  
  1513. You can also use this key to display a packet which has come in while you
  1514. were typing, before transmitting your own packet.
  1515.  
  1516. This feature is of limited value with paKet because of paKet's Type
  1517. Ahead buffer, which minimises the need for <REDISPLAY>
  1518. ****************************************************************************
  1519. @RELink       ON|OFF    OFF     Attempt reconnect after timeout
  1520.  
  1521. Parameters:
  1522.       ON  - Automatically attempt to reconnect with the other station
  1523.             after the link has timed out.
  1524.       OFF - No attempt is made to reestablish the timed out link.
  1525. ****************************************************************************
  1526. @RESET        Immediate Cmd     Reset the TNC to default parameters.
  1527.  
  1528. Parameters:
  1529.       None
  1530.  
  1531.  
  1532.                      WARNING   WARNING    WARNING
  1533.  
  1534.  
  1535.  
  1536.  
  1537. RESET will re-initialise the PK-88 to its default ROM parameters.
  1538.  
  1539. You will lose all your personalised settings and monitor lists if you type
  1540. this command.
  1541.  
  1542. If you wish to reinitialise the PK-88, but retain your own parameters,
  1543. use RESTART.
  1544. ****************************************************************************
  1545. @RESptime 'n' 0-250     5       Delay for sending an ACK (n*100ms).
  1546.  
  1547. Parameters:
  1548.       'n' - 0 to 250 specifies the number of 100ms intervals for delay.
  1549.  
  1550. This command sets the minimum delay before an acknowledgement packet is
  1551. sent. This will be in addition to any delay set by DWAIT.
  1552.  
  1553. When file transfers are being done, occasionally a collision may occur
  1554. with an ACK frame. If RESPTIME is set to say 10 then this will be avoided
  1555. and an increase in the throughput will result.
  1556.  
  1557. For paKet, leave RESP at its default of 10.
  1558. ****************************************************************************
  1559. @RESTART      Immediate Cmd     Reset the TNC with user parameters.
  1560.  
  1561. Parameters:
  1562.       None
  1563.  
  1564. RESTART is an immediate command to reset the PK-88 but retaining the user
  1565. supplied parameters stored in Battery-Backed RAM.
  1566.  
  1567. This has the same effect as switching the PK-88's power off then on.
  1568.  
  1569. If a complete reinitialisation is required then use RESET, but that will
  1570. require you to reenter all your parameters including your MYCALL, etc.
  1571. ****************************************************************************
  1572. @REtry 'n'    0-15      10      Number of retries before disconnect.
  1573.  
  1574. Parameters:
  1575.       'n' - 0 to 15 specifies the maximum number of packet retries before
  1576.             disconnecting.
  1577.  
  1578. Note, if RELINK is ON, the PK-88 will attempt to reconnect instead of
  1579. disconnecting.
  1580.  
  1581. RE 0 specifies an infinite number of retries.
  1582.  
  1583. The time between retries is determined by the FRACK parameter.
  1584. ****************************************************************************
  1585. @SEndpac 'n'  0-$7f     $0D(CR) Character to force packet to be sent.
  1586.  
  1587. Parameters:
  1588.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1589.             <SENDPAC> character.
  1590.  
  1591. The default character is <CR> which means a packet will be sent when you
  1592. press the <CR> key.
  1593.  
  1594. You might like to set this to some value you would not normally use if you
  1595. decide to set CPACTIME ON in order to send packets at regular intervals
  1596. rather than at the end of a line.
  1597.  
  1598. Please leave this set to the default value (<CR>).
  1599.  
  1600. However, if paKet's Word Wrap option is ON (which is the default, but
  1601. refer to the F4 key) it will generate a <CR> at the end of a full line to
  1602. save you having to watch for the end of a line. So, if you change this
  1603. SENDPAC character to something else, that Word Wrap feature will insert
  1604. the <CR> into the data but will not cause the packet to be sent at the end
  1605. of the line as expected.
  1606. ****************************************************************************
  1607. @SLottime 'n' 0-250     10      Specify time interval for PERSIST CSMA
  1608.  
  1609. Parameters:
  1610.       'n' - 0 to 250 specifies the time interval before the random number
  1611.             generation for PERSIST CSMA operation.
  1612.  
  1613. This parameter would normally not be used unless you have other stations
  1614. in your area using the PERSIST/SLOTTIME method.
  1615.  
  1616. Refer to the PK-88 Operating Manual for a full discussion on PERSIST and
  1617. SLOTTIME.
  1618. ****************************************************************************
  1619. @SQuelch      ON|OFF    OFF     Select pos or neg squelch voltage
  1620.  
  1621. Parameters:
  1622.       ON  - The PK-88 uses positive-going squelch voltage.
  1623.       OFF - The PK-88 uses negative-going squelch voltage.
  1624.  
  1625. This feature allows you to set up the PK-88/radio combination to operate
  1626. on a non-packet channel where the CSMA circuits could become confused when
  1627. sensing the mark and space tones from the radio.
  1628.  
  1629. The carrier-sensing signal could be active-high or active-low depending on
  1630. the radio you are using, so this command allows you to configure the
  1631. PK-88 to suit.
  1632. ****************************************************************************
  1633. @STArt 'n'    0-$7F     $11(^Q) Character to restart data from PK-88.
  1634.  
  1635. Parameters:
  1636.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1637.             <START> character.
  1638.  
  1639. <START> is the code to restart data flow from the PK-88 to paKet after a
  1640. <STOP> has been issued.
  1641.  
  1642.                        PLEASE DON'T CHANGE THIS
  1643.  
  1644. Although START might be set to 0 temporarily during binary file
  1645. transfers with Software handshaking, the paKet program expects <START> to
  1646. be <Ctrl/Q> and will not function correctly if you change it.
  1647. ****************************************************************************
  1648. @STOp 'n'     0-$7F     $13(^S) Character to stop data from PK-88.
  1649.  
  1650. Parameters:
  1651.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1652.             <STOP> character.
  1653.  
  1654. <STOP> is the code to stop data flow from the PK-88 to paKet.
  1655.  
  1656.                        PLEASE DON'T CHANGE THIS
  1657.  
  1658. Although STOP might be set to 0 temporarily during binary file
  1659. transfers with Software handshaking, the paKet program expects <STOP> to
  1660. be <Ctrl/S> and will not function correctly if you change it.
  1661. ****************************************************************************
  1662. @TBaud 'n'    (baud)    1200    Specify baud rate between paKet and PK-88
  1663.  
  1664. Parameters:
  1665.       'n' - Specifies the baud rate to be used by the PK-88 to
  1666.             communicate with the paKet program.
  1667.  
  1668. When you enter this command the baud rate is not changed immediately, but
  1669. will take effect next time you power up or type RESTART.
  1670.  
  1671. The paKet program may be configured to any of the common baud rates by
  1672. setting the appropriate parameter in PAKET.CFG file. So if you wish to
  1673. change baud rates, you need to change both the PK-88 (with this TBAUD
  1674. command), and the paKet program (with the PAKET.CFG file).
  1675. ****************************************************************************
  1676. @TClear       Immediate Cmd     Clear the PK-88 transmit buffer
  1677.  
  1678. Parameters:
  1679.       None
  1680.  
  1681. The transmit buffer is cleared except possibly for a few remaining packets.
  1682.  
  1683. ****************************************************************************
  1684. @TIme 'n'     0-$7F     $14(^T) Character to embed <TIME> in output data
  1685.  
  1686. Parameters:
  1687.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1688.             <TIME> character.
  1689.  
  1690. You can embed the <TIME> character into your text or file and when it is
  1691. transmitted, the PK-88 will replace it with the time from its internal
  1692. clock. If you have DAYSTAMP ON, it will also include the date.
  1693.  
  1694. You cannot include the <TIME> character in BTEXT or CTEXT messages.
  1695. ****************************************************************************
  1696. @TOne 'n'     0 - 3      3      Set AM7910 modem output tones
  1697.  
  1698. Parameters:
  1699.        'n' - 0 -3
  1700.  
  1701.                   0 - Bell 103 Originate    HF 300 Baud      1070/1270Hz
  1702.                   1 - Bell 103 Answer       HF 300 Baud      2025/2225Hz
  1703.                   2 - Bell 202              VHF 1200 Baud    1200/2200Hz
  1704.                   3 - Bell 202 Equalized    VHF 1200 Baud    1200/2200Hz
  1705.  
  1706. For normal VHF use, use the default setting of 3
  1707. ****************************************************************************
  1708. @TRACe        ON|OFF    OFF     Set hexadecimal trace mode on.
  1709.  
  1710. Parameters:
  1711.       ON  - Activate hexadecimal TRACE function
  1712.       OFF - Normal data display
  1713.  
  1714. This command allows for protocol debugging. It displays all header and
  1715. data in both hexadecimal and ASCII with a byte count and in shifted
  1716. ASCII in another column.
  1717. ****************************************************************************
  1718. @Trans        Immediate Cmd     Switch the PK-88 to Transparent mode
  1719.  
  1720. Parameters:
  1721.       None
  1722.  
  1723. An immediate command to put the TNC in transparent mode to allow
  1724. transmission of binary data in full 8 bit format.
  1725.  
  1726. Transparent mode is used by paKet for its Binary File transfers but you
  1727. do not need to concern yourself with this because paKet makes the switch
  1728. automatically, returning to Converse mode when the file transfer is
  1729. completed.
  1730. ****************************************************************************
  1731. @TRFlow       ON|OFF    OFF     Use software flow control in Trans mode
  1732.  
  1733. Parameters:
  1734.       ON  - Enables software flow control in transparent mode.
  1735.       OFF - Disables software flow control in transparent mode.
  1736.  
  1737. You should set this parameter OFF.
  1738.  
  1739. It is used for software handshaking when receiving a file in
  1740. Transparent mode. The paKet program will look after this for you
  1741. automatically.
  1742.  
  1743. See also TXFLOW, XFLOW, START, STOP.
  1744. ****************************************************************************
  1745. @TRIes 'n'    0-15      0       Set or display retry counter.
  1746.  
  1747. Parameters:
  1748.       'n' - 0 to 15 specifies the current RETRY level on the selected
  1749.             channel.
  1750.  
  1751. This command is useful for statistical analysis of path conditions
  1752. especially in noisy conditions.
  1753.  
  1754. Typing TRIES without an argument the PK-88 will return the number of
  1755. tries if an outstanding unacknowledged frame exists. If no such frame
  1756. exists, it returns the number of tries required for the previous ACK.
  1757.  
  1758. In plain English, this means that if you think that you are not getting
  1759. through, you can interrogate this number, and if it is approaching REtry,
  1760. you're about to lose the connection unless perhaps you hedge by resetting
  1761. RETRY bigger or zero, or forcing TRIES 0.
  1762. ****************************************************************************
  1763. @TXdelay 'n'  0-120     30      Keying delay for transmitter (n*10ms).
  1764.  
  1765. Parameters:
  1766.       'n' - 0 to 120 specifies the number of 10ms intervals to wait before
  1767.             commencing the transmission.
  1768.  
  1769. The PK-88 will wait for this time after keying the PTT line before
  1770. sending any data.
  1771.  
  1772. This is to allow time for relay switching and settling and in synthesised
  1773. rigs for the PLL to lock.
  1774. ****************************************************************************
  1775. @TXFlow       ON|OFF    OFF     Disable TNC trans flow control.
  1776.  
  1777. Parameters:
  1778.       ON  - Enables software flow control when in transparent mode.
  1779.       OFF - Disables software flow control when in transparent mode.
  1780.  
  1781. You should set this parameter OFF.
  1782.  
  1783. It is used for software handshaking when sending a file in
  1784. Transparent mode. The paKet program will look after this for you
  1785. automatically.
  1786.  
  1787. See also TRFLOW, XFLOW, XON, XOFF.
  1788. ****************************************************************************
  1789. @UBIT         'n'        0      Extension to the CUSTOM command
  1790.  
  1791.        UBIT 'n' ON|OFF     i.e: UBIT 5 ON
  1792.  
  1793. Parameters:
  1794.  
  1795.          UBIT 0   -  ON PK-88 ignores packets to weak to light DCD LED
  1796.          UBIT 1   -  ON Monitor level 6 - OFF Monitor level 4
  1797.          UBIT 2   -  ON Break for command mode - OFF Ignored
  1798.          UBIT 3   -  ON Channels are A-J - OFF Channels are 0-9
  1799.          UBIT 4   -  Not used on PK-88
  1800.          UBIT 5   -  OFF power up in Command mode - ON last mode used
  1801.          UBIT 6   -  OFF no monitor in Transparent mode
  1802.          UBIT 7   -  Not used on PK-88
  1803.          UBIT 8   -  Not used on PK-88
  1804.          UBIT 9   -  Not used on PK-88
  1805.          UBIT 10  -  Not used on PK-88
  1806.          UBIT 11  -  Not used on PK-88
  1807.          UBIT 12  -  Not used on PK-88
  1808.          UBIT 13  -  ON Maildrop messages only shown when MDMON ON
  1809.          UBIT 14  -  ON only 7 frames of buffer space available - OFF all
  1810.  
  1811.  Note: Setting UBIT 14 ON will prevent the TNC buffer filling on pP or YAPP
  1812.        transfers. This is REQUIRED if you are running a version of paKet
  1813.        prior to version 5, and optional for version 5 or later.
  1814.  
  1815.       UBIT's 15 and above are reserved for future expansion.
  1816.  
  1817. ****************************************************************************
  1818. @Unproto      'call'    CQ      Address used when unconnected.
  1819.  
  1820. Parameters:
  1821.       'call' - The call sign to be placed in the TO address field for any
  1822.                unconnected packets, such as Beacons.
  1823.  
  1824. The 'call' address may include up to 8 digipeaters as well. See the
  1825. CONNECT command for details on how to specify digipeaters.
  1826. ****************************************************************************
  1827. @USers 'n'    0-10      1       Sets number of active connections allowed.
  1828.  
  1829. Parameters:
  1830.       'n' - 0 to 10 specifies the maximum number of active simultaneous
  1831.             connections that you will accept.
  1832.  
  1833.        0  - Allow incoming connection on any free channel.
  1834.        1  - Allow incoming connection on channel 0 only
  1835.        2  - Allow incoming connection on channels 0 and 1 only.
  1836.       etc
  1837.  
  1838. This applies only to incoming connect requests - you may  still initiate
  1839. up to 10 connections regardless of the USERS value.
  1840.  
  1841. This parameter in your PK-88 should match the value specified in your
  1842. PAKET.CFG file.
  1843. ****************************************************************************
  1844. @WHYnot       ON|OFF    OFF     Display reason why a packet not displayed
  1845.  
  1846. Parameters:
  1847.       ON  - The PK-88 will generate a reason why a received packet was
  1848.             not sent to the paKet program.
  1849.       OFF - This function is disabled.
  1850.  
  1851. Not all received packets are displayed. The following messages indicate
  1852. some of the reasons if WHYNOT is ON:
  1853.  
  1854. PASSALL:         The packet had errors and PASSALL was OFF.
  1855. DCD Threshold:   The Threshold control too far CCW and DCD LED was off.
  1856. MONITOR:         MONITOR value set too low for this frame.
  1857. MCON:            MCON value set too low for this frame.
  1858. MPROTO:          MPROTO was OFF and frame was probably NET/ROM or TCP/IP.
  1859. MFROM/MTO:       The frame was blocked by either MFROM or MTO settings.
  1860. MBX:             The call sign does not match MBX setting.
  1861. MBX Sequence:    The packet frame out of sequence - probably a retry.
  1862. Frame too long:  Incoming frame > 330 bytes - probably not AX.25.
  1863. Frame too short: Incoming frame < 15 bytes. Seen if PASSALL ON.
  1864. RX overrun:      Another HDLC byte recd before previous one processed.
  1865. ****************************************************************************
  1866. @XFlow        ON|OFF    ON      Hardware or software flow control
  1867.  
  1868. Parameters:
  1869.       ON  - Software flow control is enabled.
  1870.       OFF - Hardware flow control is enabled.
  1871.  
  1872. If you have a full RS-232 cable that permits control of your serial
  1873. port via the CTS and RTS lines, then set XFLOW OFF and indicate "HW"
  1874. flow control in PAKET.CFG.
  1875.  
  1876. If you don't have a full cable (some "RS-232" cables have only 3 pins
  1877. connected), you can still use the system by specifying software
  1878. handshaking. Set "SW" flow control in PAKET.CFG and set XFLOW ON.
  1879.  
  1880. Hardware flow control is the preferred method if you have a choice.
  1881.  
  1882. See also TRFLOW, TXFLOW, START, STOP, XON, XOFF.
  1883. ****************************************************************************
  1884. @XMITOk       ON|OFF    ON      Allow transmitter to be keyed.
  1885.  
  1886. Parameters:
  1887.       ON  - The transmitter's PTT line may be switched on.
  1888.       OFF - The transmitter's PTT line cannot be activated.
  1889.  
  1890. This feature may be most useful for testing as all other functions work
  1891. normally, including sending and receiving of data. The only difference is
  1892. that when data is sent to the radio, it is not actually transmitted
  1893. because the PTT line is not switched on.
  1894.  
  1895. It is also useful if you want to leave the system running while you are
  1896. absent, but do not want any unattended transmissions.
  1897. ****************************************************************************
  1898. @XOff 'n'     0-$7F     $13(^S) Character to stop data flow to the PK-88
  1899.  
  1900. Parameters:
  1901.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1902.             <XOFF> character.
  1903.  
  1904. <XOFF> is the ASCII character to stop data flow from paKet to the PK-88.
  1905.  
  1906.                        PLEASE DON'T CHANGE THIS
  1907.  
  1908. Although XOFF might be set to 0 temporarily during binary file
  1909. transfers with Software handshaking, the paKet program expects <XOFF> to
  1910. be <Ctrl/S> and will not function correctly if you change it.
  1911. ****************************************************************************
  1912. @XON 'n'      0-$7F     $11(^Q) Character to start data flow to the PK-88
  1913.  
  1914. Parameters:
  1915.       'n' - 0 to 127 specifies an ASCII character code to be used as the
  1916.             <XON> character.
  1917.  
  1918. <XON> is the ASCII character to restart data flow from paKet to the PK-88
  1919. after an <XOFF>.
  1920.  
  1921.                        PLEASE DON'T CHANGE THIS
  1922.  
  1923. Although XON might be set to 0 temporarily during binary file
  1924. transfers with Software handshaking, the paKet program expects XON to
  1925. be <Ctrl/Q> and will not function correctly if you change it.
  1926. ****************************************************************************
  1927. @YAPP & pP    HELP      A handy tip for YAPP & pP transfers with the PK-88
  1928.  
  1929.  
  1930.             UBIT 14 should be set to ON.  This allows only 7 frames
  1931.             of buffer space, and so prevents the TNC's buffer being
  1932.             filled with 10K or more of data when performing Binary File
  1933.             Transfers.  (paKet will time-out after 2 minutes while
  1934.             waiting for the EOF acknowledgement, but it can take more
  1935.             than 2 minutes to clear the TNC's large buffers sometimes!)
  1936.  
  1937.             paKet version 5 (and later versions) caters for the larger
  1938.             buffers. It will advise you when the 2 minute timeout occurs
  1939.             but will optionally continue waiting for the large buffer to
  1940.             clear.  So, for paKet 5 the UBIT 14 setting is optional.
  1941.  
  1942.             However earlier versions of paKet do not tolerate the large
  1943.             buffers, and will abort the transfer if the 2 minutes timeout
  1944.             occurs.  So, if you are running an earlier version of paKet,
  1945.             you must set UBIT 14 ON.  Come to think of it, you would do
  1946.             better to update to the current version of paKet!
  1947.  
  1948.             See UBIT command in your manual for more information.
  1949.  
  1950.             Older ROM owners, see CUSTOM command in manual
  1951.  
  1952. ****************************************************************************
  1953.